home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / sbin / lm-syslog-setup < prev    next >
Text File  |  2009-10-06  |  416b  |  15 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. if [ ! -f /etc/laptop-mode/laptop-mode.conf -o ! -f /usr/sbin/laptop_mode ] ; then
  6.   echo Laptop mode does not seem to be installed.
  7.   exit 1
  8. fi
  9.  
  10. echo "lm-syslog-setup is no longer supported. Please use the module"
  11. echo "configuration-file-control, which provides similar funcionality. It is"
  12. echo "configured using the file:"
  13. echo "    /etc/laptop-mode/conf.d/configuration-file-control.conf."
  14.  
  15.